Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Updates: Bump pyinstaller-hooks-contrib from 2023.10 to 2023.11 #82

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2023

Bumps pyinstaller-hooks-contrib from 2023.10 to 2023.11.

Release notes

Sourced from pyinstaller-hooks-contrib's releases.

2023.11

Please see the changelog for more details

Changelog

Sourced from pyinstaller-hooks-contrib's changelog.

2023.11 (2023-12-20)

New hooks


* Add a hook for ``freetype`` that collects the shared library that is
  bundled with ``freetype-py`` PyPI wheels. (`[#674](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/674)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/674>`_)
* Add a hook for ``z3c.rml`` that collects the required subset of Bitstream
  Vera TTF fonts from the ``reportlab`` package. (`[#674](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/674)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/674>`_)
* Add hook for ``eth_rlp``. (`[#672](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/672)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/672>`_)
* Add hook for ``eth_typing`` which requires its package metadata. (`[#656](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/656)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/656>`_)
* Add hook for ``eth_utils`` to collect its embedded JSON files. (`[#656](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/656)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/656>`_)
* Add hook for ``rlp``. (`[#672](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/672)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/672>`_)
* Add hook for ``sspilib`` that collects submodules of ``sspilib.raw``,
  most of which are cythonized extensions. (`[#669](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/669)
  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/669>`_)

Updated hooks

  • Modernize the hook for torch and reduce the amount of unnecessarily collected data files (header files and static libraries). Requires PyInstaller >= 6.0. ([#666](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/666) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/666>_)
  • Update pyarrow hook to collect all of the package's submodules. ([#662](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/662) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/662>_)
  • Update rtree hook for compatibility with Rtree >= 1.1.0. ([#657](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/657) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/657>_)
  • Update sudachipy hook for sudachipy 0.6.8. ([#673](https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/673) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/673>_)
Commits
  • 3bd34d4 Release v2023.11
  • 11dff78 hooks: add hook for freetype
  • 7916492 hooks: add hook for z3c.rml
  • 937ca15 Scheduled weekly dependency update for week 51 (#671)
  • 6a303f6 tests: fix deprecation warnings in test_sudachipy
  • 6cb34e6 hooks: sudachipy: add hiddenimports for v0.6.8
  • 97800ab tests: repin sudachipy to latest version
  • 23cd820 ci: install sudachidict packages on sudachipy update
  • f8aaa39 tests: fix dependencies of sudachipy test
  • f9c592d hooks: add hook for eth_rlp
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2023.10 to 2023.11.
- [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst)
- [Commits](pyinstaller/pyinstaller-hooks-contrib@2023.10...2023.11)

---
updated-dependencies:
- dependency-name: pyinstaller-hooks-contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 20, 2023
@github-actions github-actions bot enabled auto-merge (squash) December 20, 2023 16:17
@github-actions github-actions bot merged commit 611a053 into master Dec 20, 2023
5 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pyinstaller-hooks-contrib-2023.11 branch December 20, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants